SMTPSocket.SendComplete Event

All of the data in the socket buffer has been written (sent). The UserAborted parameter enables you to determine whether the user cancelled the transfer by returning True from the SendProgress event.

Syntax

SendComplete ( UserAborted )

Parameters

UserAborted

Boolean


If the user aborted, this value is True, otherwise it is False.